From 7e8b7a72acc9c623afe5f3eb2905cebb4b96b5d0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Nov 2011 13:05:47 -0500 Subject: [PATCH] Prevent local filesystem influence in the a11y tests By using the 'unix' gio volume monitor, we avoid variation in the file chooser that otherwise breaks the 'pickers' test. --- tests/a11y/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 6bc6267cad..6faf9d718e 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -17,6 +17,10 @@ LDADD = \ $(top_builddir)/gtk/libgtk-3.la \ $(GTK_DEP_LIBS) +# work around random file systems showing up in the file chooser, +# breaking the 'pickers' test +TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix + TEST_PROGS += accessibility-dump TEST_PROGS += tree-performance -- 2.30.2